home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IIS5_01.CAB / IIS_navbar.asp < prev    next >
Encoding:
Text File  |  1999-05-19  |  1.1 KB  |  35 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2.  
  3. <html dir=ltr><head><title>Navbar</title>
  4. <META NAME="ROBOTS" CONTENT="NOINDEX">
  5. <META HTTP-EQUIV="Content-Type" content="text/html; charset=Windows-1252">
  6. </head>
  7.  
  8. <BODY TEXT="#FFFFFF" BGCOLOR="#FFCC00" TOPMARGIN="0" LEFTMARGIN="0">
  9.  
  10. <%
  11. BrsType=Request.ServerVariables("HTTP_User-Agent")
  12. If InStr(BrsType, "MSIE") Then
  13.     BnrClr="#ffcc00"
  14. Else
  15.     BnrClr="#000000"
  16. End If
  17. %>
  18.  
  19. <TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0" ALIGN="LEFT">
  20.  
  21. <TR>
  22. <TD BGCOLOR="<%= BnrClr%>" valign="bottom" width="375">
  23. <IMG SRC="ismhd.gif"  BORDER="0" ALT="Documentation"></TD>
  24. <TD bgcolor="<%= BnrClr%>" valign="top"><img src="navpad.gif" width="100%" height="27" border="0"></TD>
  25. <TD ALIGN="right" BGCOLOR="<%= BnrClr%>" VALIGN="bottom" width="80"><FONT COLOR="#FFFFFF">
  26. <A HREF="http://www.microsoft.com/isapi/redir.dll?prd=msft&ar=home" TARGET = "_parent"><IMG SRC="MS_logo.gif" BORDER="0" ALT="Microsoft"></A></FONT></TD>
  27. </TR>
  28.  
  29. <TR>
  30. <TD BGCOLOR="<%= BnrClr%>" COLSPAN=2> </TD>
  31. </TR>
  32.  
  33. </TABLE>
  34. </BODY>
  35. </HTML>